Rename mkcapbilities in prep for configure change.
authorrobertl <robertl>
Mon, 25 Sep 2006 01:05:14 +0000 (01:05 +0000)
committerrobertl <robertl>
Mon, 25 Sep 2006 01:05:14 +0000 (01:05 +0000)
tools/mkcapabilities [deleted file]
tools/mkcapabilities.in [new file with mode: 0755]
tools/release-process

diff --git a/tools/mkcapabilities b/tools/mkcapabilities
deleted file mode 100755 (executable)
index 2253261..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-./gpsbabel -^2 | sed 's/\&/\&amp;/' | awk  -F'\t' '
-function getcap(type, cap, sname, lname) {
-       if (type == "internal") return
-       print "<tr>"
-       print "<td class=\"fmtline\">" lname "</td>"
-
-       print "<td class=\"c4\"> <a href=\"htmldoc-development/fmt_" sname ".html\">" sname "</a></td>"
-       # This is bad...
-       
-       printf "<td class=\"c4\">"
-       if (sname == "geo") {
-               printf "<a href=\"/tips/browser.html\">Yes</a>"
-       } else if (sname == "s_and_t") {
-               printf "<a href=\"/formats/s_and_t/Importing_into_Microsoft_Streets_and_Trips_2003.html\">[1]</a><a href=\"http://www.gpsbabel.org/formats/s_and_t/TripPlanning.html\">[2]</a>"
-       } else if (sname == "an1") {
-               printf "<a href=\"/formats/delorme-new-interstate\">Yes</a>"
-       }
-       print "</td>"
-
-
-       for (i = 1; i <= 6; i++) {
-               c = substr(cap, i, 1)
-               printf "<td class=\"cap\">"
-               if (c != ("-")) printf "yes"
-               printf "</td>\n"
-       }
-       print "</tr>"
-}
-
-getcap($1, $2, $3, $5)
-' > ../babelweb/capabilities.inc > ../babelweb/capabilities.inc
diff --git a/tools/mkcapabilities.in b/tools/mkcapabilities.in
new file mode 100755 (executable)
index 0000000..2253261
--- /dev/null
@@ -0,0 +1,31 @@
+./gpsbabel -^2 | sed 's/\&/\&amp;/' | awk  -F'\t' '
+function getcap(type, cap, sname, lname) {
+       if (type == "internal") return
+       print "<tr>"
+       print "<td class=\"fmtline\">" lname "</td>"
+
+       print "<td class=\"c4\"> <a href=\"htmldoc-development/fmt_" sname ".html\">" sname "</a></td>"
+       # This is bad...
+       
+       printf "<td class=\"c4\">"
+       if (sname == "geo") {
+               printf "<a href=\"/tips/browser.html\">Yes</a>"
+       } else if (sname == "s_and_t") {
+               printf "<a href=\"/formats/s_and_t/Importing_into_Microsoft_Streets_and_Trips_2003.html\">[1]</a><a href=\"http://www.gpsbabel.org/formats/s_and_t/TripPlanning.html\">[2]</a>"
+       } else if (sname == "an1") {
+               printf "<a href=\"/formats/delorme-new-interstate\">Yes</a>"
+       }
+       print "</td>"
+
+
+       for (i = 1; i <= 6; i++) {
+               c = substr(cap, i, 1)
+               printf "<td class=\"cap\">"
+               if (c != ("-")) printf "yes"
+               printf "</td>\n"
+       }
+       print "</tr>"
+}
+
+getcap($1, $2, $3, $5)
+' > ../babelweb/capabilities.inc > ../babelweb/capabilities.inc
index 55bf7c2de69f353b476da6cd51a73baa6ce5512c..46bbd9f6333aa560add5d331d3d0303b8b1b9e26 100644 (file)
@@ -1,7 +1,7 @@
-0) Ensure changes up to date.   
-   Regenerate capabilties.
+0) Ensure 'changes' file is up to date.   
+   Regenerate capabilties. (done by 'make doc')
    Refresh public web version.
-1) Bump version in Makefile.   Commit that.
+1) Bump version in configure.in.   Commit that.
 2) Go to empty directory.  Check out tree.
 3) 'make release'
 4) Visit https://sourceforge.net/project/admin/editpackages.php?group_id=58972